Click or drag to resize

PermissionAction Enumeration

Defines which items in a folder a user has permission to edit or delete.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum PermissionAction
Members
  Member nameValueDescription
Owned0 Indicates that the user has permission to perform the action on the items in the folder that the user owns.
All1 Indicates that the user has permission to perform the action on all items in the folder.
None2 Indicates that the user does not have permission to perform the action on any items in the folder.
See Also